home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / applic / ncsa / Mac / Telnet2.6 / prerelease / d3 / Telnet2.6.1d3.src.sit.hqx / Telnet 2.6.1d3 source / source / tek / rghp.proto.h < prev    next >
Encoding:
Text File  |  1993-08-31  |  617 b   |  23 lines

  1.  
  2. /* rghp.c */
  3. int RGHPoutfunc(int (*f )());
  4. int RGHPnewwin(void);
  5. int RGHPclrscr(int w);
  6. int RGHPclose(int w);
  7. int RGHPpoint(int w, int x, int y);
  8. int RGHPdrawline(int w, int x0, int y0, int x1, int y1);
  9. int RGHPpagedone(int w);
  10. int RGHPdataline(int w, int data, int count);
  11. int RGHPpencolor(int w, int color);
  12. int RGHPcharmode(int w, int rotation, int size);
  13. int RGHPshowcur(void);
  14. int RGHPlockcur(void);
  15. int RGHPhidecur(void);
  16. int RGHPbell(int w);
  17. int RGHPuncover(int w);
  18. char *RGHPdevname(void);
  19. int RGHPinit(void);
  20. int RGHPinfo(int w, int a, int b, int c, int d, int v);
  21. int RGHPgmode(void);
  22. int RGHPtmode(void);
  23.